baubs git
Commit 80a9558c5da4fe7e5268bd280c4f18803802d58c
Parents : 17d7fb6
Author : Jan-Henrik Bruhn <hi@jhbruhn.de>
Date : 2025-12-07T22:52:16+01:00
Fix Electron Forge packaging error on macOS
Remove extraResource configuration that was trying to copy non-existent
dist/assets directory. The Vite plugin handles all assets automatically.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Changes
Diff
diff --git a/forge.config.js b/forge.config.js
index eb30067..461cc50 100644
--- a/forge.config.js
+++ b/forge.config.js
@@ -1,11 +1,6 @@
-const path = require('path');
-
module.exports = {
packagerConfig: {
asar: true,
- extraResource: [
- path.join(__dirname, 'dist', 'assets'),
- ],
},
rebuildConfig: {},
makers: [
Served by rngit 1.4.2 - Generated in 0.07s